.lift-show{
	box-sizing: content-box;
	width: 40px; 
	height: 150px; 
	position: fixed;
	right: 50%; 
	color: #B3B3B3; 
	cursor: pointer;
	list-style:none;
	padding-left:0;
}
.lift-show li{
	height: 40px; 
	border-bottom: 1px dotted #ccc; 
	text-align: center;
	line-height: 40px; 
	position: relative;
	font-weight:bold;
}
.lift-show li:last-child{
	border-bottom: none; 
}
.lift-show li .wenZi{
	width: 39px; 
	height: 39px; 
	position: absolute; 
	left: 0; 
	top: 0; 
	color: #3882e5;
	background: #fff; 
	display: none;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
.lift-show li.current .wenZi{
	display: block;
}
.lift-show li:hover .wenZi{
	display: block; 
	background: #3882e5; 
	color: #fff;
}